From b73e2d8498eaf4c93cec7873ec285b7d33c34c41 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 May 1993 16:56:15 +0000 Subject: [PATCH] (rmail-bury): Fix call to set-window-buffer. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index e11d40a7097..6658185005d 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1788,7 +1788,7 @@ the body of the original message; otherwise copy the current message." (if (rmail-summary-exists) (let (window) (while (setq window (get-buffer-window rmail-summary-buffer)) - (set-window-buffer (other-buffer rmail-summary-buffer))) + (set-window-buffer window (other-buffer rmail-summary-buffer))) (bury-buffer rmail-summary-buffer))) (switch-to-buffer (other-buffer (current-buffer))) (bury-buffer rmail-buffer))) -- 2.30.2